package Controller; import GUI.Frame; public class Main { public static void main(String[] args) { new Frame(); } }